home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / ART.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  464 b   |  25 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the cursor of sprite 2 to [420, 421]
  4.   else
  5.     if rollOver(3) then
  6.       set the cursor of sprite 3 to [422, 423]
  7.     else
  8.       if rollOver(4) then
  9.         cursor(280)
  10.       else
  11.         if rollOver(5) then
  12.           cursor(280)
  13.         else
  14.           if rollOver(6) then
  15.             cursor(280)
  16.           else
  17.             cursor(-1)
  18.           end if
  19.         end if
  20.       end if
  21.     end if
  22.   end if
  23.   go(the frame)
  24. end
  25.